ImageGear .NET v24.12 - Updated
Add Method (AjaxDictionary<TValue>)




ImageGear24.Web.Services Assembly > ImageGear.Web.MarkupLayers Namespace > AjaxDictionary<TValue> Class : Add Method
Syntax
'Declaration
 
Public Sub Add( _
   ByVal key As String, _
   ByVal value As TValue _
) 
'Usage
 
Dim instance As AjaxDictionary(Of TValue)
Dim key As String
Dim value As TValue
 
instance.Add(key, value)
public void Add( 
   string key,
   TValue value
)
public: void Add( 
   string* key,
   TValue* value
) 
public:
void Add( 
   String^ key,
   TValue^ value
) 

Parameters

key
value
See Also

Reference

AjaxDictionary<TValue> Class
AjaxDictionary<TValue> Members